Home | History | Annotate | Download | only in include

Lines Matching full:setstatus

139     SetStatus(DllExports::GdipCloneFontFamily (nativeFamily, &clonedFamily));

150 return SetStatus(DllExports::GdipGetFamilyName(nativeFamily,
161 status = SetStatus(DllExports::GdipIsStyleAvailable(nativeFamily, style, &StyleAvailable));
175 SetStatus(DllExports::GdipGetEmHeight(nativeFamily, style, &EmHeight));
185 SetStatus(DllExports::GdipGetCellAscent(nativeFamily, style, &CellAscent));
195 SetStatus(DllExports::GdipGetCellDescent(nativeFamily, style, &CellDescent));
206 SetStatus(DllExports::GdipGetLineSpacing(nativeFamily, style, &LineSpacing));
221 SetStatus(DllExports::GdipGetTypographicAscent(nativeFamily, style, &TypographicAscent));
231 SetStatus(DllExports::GdipGetTypographicDescent(nativeFamily, style, &TypographicDescent));
241 SetStatus(DllExports::GdipGetTypographicLineGap(nativeFamily, style, &TypographicLineGap));
263 FontFamily::SetStatus(Status status) const